Github dashboard buitl using react , vite and relay
A modern GitHub dashboard built with React 19, Relay, and TailwindCSS. View and manage your repositories efficiently!
Relay is purpose-built by Meta (Facebook) for efficient data fetching with GraphQL:
This application is built as a Single Page Application (SPA) using Vite instead of Next.js SSR for several reasons:
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Generate Relay types
pnpm relay
# Build for production
pnpm build
pnpm dev - Start development server
pnpm build - Build for production
pnpm relay - Generate Relay types
pnpm lint - Lint code
pnpm preview - Preview production build
pnpm tsc - Type check
React 19 for modern React features
Relay 18.2 for GraphQL data fetching
TailwindCSS 4 for styling
Radix UI primitives with shadcn/ui components
TanStack Router for type-safe routing
Clerk for authentication